home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 13
/
Mac Magazin and MacEasy Magazine CD - Issue 13.iso
/
Wissenschaft & Technik
/
ResAnomaly dist
/
ResAnomaly Source
/
ResAnomalyDefaults.h
< prev
next >
Wrap
Text File
|
1995-08-04
|
727b
|
30 lines
/*
ResAnomaly Settings defaults
©1995 Chris K. Thomas. All Rights Reserved.
These will probably become local FrDropApp state
at some point.
*/
/*
#ifdef __powerc
const OSType kTextFileCreator = 'MPCC';
#else // 68k!
const OSType kTextFileCreator = 'MMCC';
#endif
const Str255 kDefaultDotExtension = "\pIDs.h";
const short kInvalidNameCharWhiteSpace = '_';
const short kInvalidNameCharNonAlphaNum = 'x';
*/
struct ResAnomalyPrefs
{
SInt32 rapPrefsVersion; // * current is 1
OSType rapCreator; // * default 'CWIE'
SInt16 rapReplaceWhitespace; // * default '_'
SInt16 rapReplaceNonAlphaNumeric; // * default 'x'
Str31 rapDotExtension; // * default "\p.IDs.h"
};
/*const ResAnomalyPrefs kDefaults = {};*/